NotificationProvider Xojo Plugin

DesktopNotificationProvider.Notify Method

Posts notification that has message.

Notify(
   type as DesktopNotificationProvider.NotifyType,
   message as String,
   allowVerticalGrow as Boolean)

Parameters

type
Type of the notification to post.
message
The message of the notification.
allowVerticalGrow
If set to true then the notification can grow vertically to fit the message, else message is truncated if there is not enough space.

Remarks

See Also

DesktopNotificationProvider Control